Compiler taking long to compile plugins
Previously the oxide compiler used to complete a plugin compile in  maybe 100-200ms
now it is up in the 2,000-3,000 range.
The time it takes depends on your server performance and the size of the plugin. It hasn't changed, so there'd be no reason why otherwise.
Same server... no changes anywhere...
plugin is only 20 or so lines.
But all plugins are showing about 10 times delay....

ok found it..  small swap file to ssd even with 19GB ram

Merged post

Strange 19GB ram  6.8GB used by rust..
2GB swap 1.5mb used

unload plugin & reload  2088ms compile time...
swapoff -a
swapon -a
unload plugin & reload  208 ms compile time...