Hi,
We have a huge amount of vrmeshes in a scene here. When attempting to render this on Windows, it works just fine. On Linux (CentOS 7) however, the first 1000 vrmeshes are loaded fine but then we get "V-Ray warning: Could not load mesh file" for all of the following vrmeshes. Please note, we do *not* get the "Max opened files" error.
So in my /etc/security/limits.conf on the farm machines, I double checked, and I've got the following set:
The user "IRUser" is the one performing renders and it's supposed to be able to load all these vrmeshes, as far as I know. We actually hit the "Too many files opened" a while back on CentOS 6, and fixed it by upping the values in this config file. But now, it seems this setting isn't sufficient.
Do you have any idea what I'm missing?
I'm not aware of any other way of upping the max number of allowed opened files in CentOS 7.
We have a huge amount of vrmeshes in a scene here. When attempting to render this on Windows, it works just fine. On Linux (CentOS 7) however, the first 1000 vrmeshes are loaded fine but then we get "V-Ray warning: Could not load mesh file" for all of the following vrmeshes. Please note, we do *not* get the "Max opened files" error.
So in my /etc/security/limits.conf on the farm machines, I double checked, and I've got the following set:
Code:
* hard nofile 500000 * soft nofile 500000 root hard nofile 500000 root soft nofile 500000 IRUser hard nofile 500000 IRUser soft nofile 500000
Do you have any idea what I'm missing?
I'm not aware of any other way of upping the max number of allowed opened files in CentOS 7.
Comment