Philo Posted April 6, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 02/27/23 Last Seen: June 7, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Chaos92 Posted April 6, 2023 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1827 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Share 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 Link to comment Share on other sites More sharing options...
0 Pride Posted April 6, 2023 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 42 Reputation: 11 Joined: 11/17/20 Last Seen: October 8, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Philo Posted April 7, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 02/27/23 Last Seen: June 7, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.