Zach Hamlin
Zach Hamlin
With the above code I'm getting the same error around 16K processes as well. `Insufficient resources: System call failed: Cannot allocate memory (os error 12)'`, Not sure if it matters...
Increasing `vm.max_map_count` allowed me to spawn more processes. ``` sysctl -w vm.max_map_count=262144 ```
You could just create a new command, that calls both `NERDTreeToggle` and `TilerReorder`
What order are you creating the windows in so I can try to reproduce? I started with a terminal window, opened up nerd tree, and it went to the correct...
I can reproduce it, but at the moment don't have anytime to look into it. If you decide to try and fix it and need any help feel free to...