# AEROSPIKE\_ERR\_RECORD\_NOT\_FOUND just after INSERT

**URL:** https://discuss.aerospike.com/t/aerospike-err-record-not-found-just-after-insert/1242
**Category:** General Discussion
**Created:** [May 6, 2015, 1:22pm UTC](https://discuss.aerospike.com/t/aerospike-err-record-not-found-just-after-insert/1242 "2015-05-06T13:22:03Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![kporter](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.aerospike.com/kporter/32/515_2.png) [@kporter](https://discuss.aerospike.com/u/kporter)
#### Post date: [May 7, 2015, 12:05am UTC](https://discuss.aerospike.com/t/aerospike-err-record-not-found-just-after-insert/1242/2 "2015-05-07T00:05:15Z")

</div>

After reading over your configuration I believe I have found your problem. Individual devices and files in Aerospike can be no larger than 2TiB and yours are configured to 3TiB. Regrettably there currently isn’t a check in config parser for this limit and I am unable to find reference in our docs–both of these issues are being taken care of.

You can instead use multiple files to store your data for each namespace (each file limited to 2TB). As [discussed elsewhere](https://discuss.aerospike.com/t/increasing-the-write-throughput/1090) you will likely see better performance by using multiple files or devices for a given namespace.

---

_[View the full topic](https://discuss.aerospike.com/t/aerospike-err-record-not-found-just-after-insert/1242)._
