Views:
1,816
Votes: 2
✅ Solution
Tags:
locate
updatedb
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1298463
Title:
updatedb : File size limit exceeded (18.04 LTS)
ID:
/2020/12/08/updatedb-_-File-size-limit-exceeded-_18.04-LTS_
Created:
December 8, 2020
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Your file size is limited to 2001
blocks.
As per this tutorial increase it using:
vi /etc/security/limits.conf
By comparison my system which is stock has:
$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 127556
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 127556
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited