2

Is there a efficient way to limit the available memory of the Ubuntu 12.10 64-bit operating system? I have a 8GB ram memory and I want to make only 1GB available.

Thank you.

Daniel Saad
  • 909
  • 1
  • 7
  • 12

1 Answers1

2

According to this documentation of kernel boot params the mem=xxx kernel boot param does what you're looking for.

dty
  • 18,795
  • 6
  • 56
  • 82