Philo Posted April 6, 2023 Posted April 6, 2023 I dont know where is the error and how to debug. Hope someone can help me and let me know if you need further details. Quote
0 Chaos92 Posted April 6, 2023 Posted April 6, 2023 4 hours ago, Philo said: I dont know where is the error and how to debug. Hope someone can help me and let me know if you need further details. how many ram are u allocated for that server ? try 2GB or more. I think I saw this error when I tried to recompile using 1GB RAM sometimes. Quote
0 Pride Posted April 6, 2023 Posted April 6, 2023 Run these (adjust bs= and count= to the amount of swap you want) sudo dd if=/dev/zero of=/swapfile bs=64M count=16 sudo mkswap /swapfile sudo swapon /swapfile That should let you compile your code. But make sure you then revert the swapon after compilation, with these: sudo swapoff /swapfile sudo rm /swapfile Quote
0 Philo Posted April 7, 2023 Author Posted April 7, 2023 Thanks guys, I just reboot my VPS and it works fine now. Thanks. By the way, do you guys have sprite for hankie? can't find a decent one in any thread/topics Quote
Question
Philo
I dont know where is the error and how to debug. Hope someone can help me and let me know if you need further details.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.