I know I need to provide more system information, please let me know what is needed
If I am doing a high I/O operation like downloading a bunch of files to the server or reading a bunch of files from the server like syncing to Amazon Photos through a share. The Server hangs, TrueNas OS goes out to lunch and requires me to reboot the server for the windows share to start responding again. Has anyone ran into this?
If I am finding the correct info for the motherboard, it shows Realtek for networking and 4 SATA 2 connectors.
How are your drives connected? What is your drive layout and usages? I’m guessing SanDisk SSD is boot, four conventional HD is your pool and what is the 56GB solid state disk for?
Read or Write cache? You really don’t have enough RAM to use L2ARC as its use just eats into memory available for the regular ARC usage. Usually at least 32 to 64 is the starting point on RAM before adding L2ARC, if necessary.
Ok I think you may be on to something, I have to dig back into how I initially set it up, the 56 GB solid state is my boot drive. I have a separate 32 solid state that I set up as a cache drive. Since I have an older motherboard the maximum amount of RAM I can add to it is 16 GB. right now the ration for the arch size is set to 29:1, so 14.4 GB I wonder when experiencing high reads it simply runs out of RAM and the system hangs. Is there way way to lower that threashold down?
Just remove the L2ARC device. The system will then be using just RAM and plain ARC for file cache purposes. Start plain and simple for now. You can watch your ARC hit stats in the web ui over time and see how you fair.
No I just monitored the memory usage in the TrueNas Core UI when I was performing the large read tasks simultaneously that would typically freeze the system. The memory usage after removing the physical drive cache would climb to 10.3 GB for the ZFS Cache then max out leaving .3-.5 GB free of system memory with the other memory left being used for services. so I am sure that the L2ARC drive cache set to maximize at 14.4 GB was running the system out of memory.
I guess the next question is, do I restore the cache drive, and cap the memory usage to 8 GB?