mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
While testing with tehj default 3000 MB RAM in the minikube VM, creating a encrypted RBD volume fails because 'cryptsetup' gets killed: [ 766.072585] Out of memory: Kill process 18497 (cryptsetup) score 1182 or sacrifice child [ 766.072589] Killed process 18497 (cryptsetup) total-vm:863136kB, anon-rss:510336kB, file-rss:10788kB, shmem-rss:0kB [ 766.072688] oom_reaper: reaped process 18497 (cryptsetup), now anon-rss:510336kB, file-rss:10780kB, shmem-rss:0kB Using 4 GB RAM should prevent this from occuring. Signed-off-by: Niels de Vos <ndevos@redhat.com>