This message was deleted.
# rancher-desktop
a
This message was deleted.
r
There is a bug related to running provisioning scripts on Windows 😞 .. If you are on Windows then can you please try to configure this manually. Please note that manual changes don't persist between Rancher desktop restarts.
b
I'm using macOS Monterey(M1 laptop). And below command also gives me updated limit. But still issue is there
Copy code
rdctl shell ulimit -n
82920
r
Can you please share the actual command you use to run Aerospike? I am not aware of Aerospike and would like to try it myself.
b
Copy code
nerdctl run -d -v <mount_dir>:<mount_dir> --name tag-aerospike -p 4000-4003:4000-4003 aerospike/aerospike-server --config-file <mount_dir>/aerospike.conf

nerdctl -n <http://k8s.io|k8s.io> run -d -v <mount_dir>:<mount_dir> --name tag-aerospike -p 4000-4003:4000-4003 aerospike/aerospike-server --config-file <mount_dir>/aerospike.conf
I tried both these commands.
👀 1
Simplifying command.
Copy code
nerdctl -n <http://k8s.io|k8s.io> run -d --name aerospike -p 3000-3002:3000-3002 aerospike/aerospike-server
r
Above worked for me with out errors, but I m on a Windows machine! Does increasing the value to something like 100000 work? they seem to be suggesting something in the range of 100000, atleast if we go by this KB article? https://discuss.aerospike.com/t/increase-maximum-number-of-openfiles/1372
b
By default it is using
15000
which is much lower that our limit
82920