Jump to content
  • 0

Need help for this error when compiling.


Question

3 answers to this question

Recommended Posts

  • 0
Posted
4 hours ago, Philo said:

image.png.bf32f8d0b98c557c854e92f1da083524.png

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.

  • 0
Posted

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

 

  • 0
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...