Davide Zanon
Dabbler
- Joined
- Jan 25, 2017
- Messages
- 44
Now I'm convinced more than ever that my problem is about insufficient memory,Like long import times and memory requirements
I started the pool import on Friday at 12:48 and ran arcstat every 2 seconds to see
where it goes while importing:
It seems the system hanged about 23 hours later because it ran out of memory,
now the system is unresponsive and I must shut it down forcefully.
I wonder if I'm not setting things right, I thought these settings would be enough
to limit ARC usage to 12gb/24gb min/max:
Code:
sysctl vfs.zfs.arc_min=12884901888 sysctl vfs.zfs.arc_max=25769803776
Maybe I'm missing something else that is eating up memory during import?
I don't have other services running though, so I don't know why 21gb ARC
is enough to kiil the system, if I lower the max ARC usage would it just take
longer to import the pool or will it result on errors/problems?