Jump to content
  • 0

Need help for this error when compiling.


Philo

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  02/27/23
  • Last Seen:  

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.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1537
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   11
  • Joined:  11/17/20
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  02/27/23
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...