WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Ram on boot  (Read 4529 times)

Offline mururoa

  • Newbie
  • *
  • Posts: 2
Ram on boot
« on: July 28, 2016, 02:03:40 AM »
Hi,
I'm quite new to TinyCore.
I've built a VM that takes ~48 MB of ram to run with 64 MB swap.
BUT I cant boot that VM without 128 MB ram since it needs it during boot process and then fall back to 48 MB usage. Or it will kernel panic because no more ram.
Should I rebuild core.gz or vmlinuz to have them use swap or did I miss something else ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Ram on boot
« Reply #1 on: July 28, 2016, 02:41:17 AM »
Swap is enabled automatically, early in the boot?
The only barriers that can stop you are the ones you create yourself.

Offline mururoa

  • Newbie
  • *
  • Posts: 2
Re: Ram on boot
« Reply #2 on: July 28, 2016, 05:08:58 AM »
That is, more or less, the question ;)