Displaying 4 results from an estimated 4 matches for "no_swapping".
Did you mean:
hotswapping
2003 Jul 23
10
malloc does not return null when out of memory
...to poke at
the memory using memset. If I just malloc without the memset, it
never even dies.
210 0x94b5000
211 0x94ce000
212 0x94e7000
213 0x9500000
214 0x9519000
215 0x9532000
216 0x954b000
217 0x9564000
218 0x957d000
219 0x9596000
220 0x95af000
221 0x95c8000
Killed
The kernel for this has the NO_SWAPPING option enabled since there is
essentially no disk, it boots from a CF.
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
On Tue, Aug 15, 2017 at 12:06:09AM +0200, Florian Klink wrote:
> The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB
> volume. Also, we don't really need the boot partition, so just create a
> partition using the whole disk space.
> ---
> builder/templates/debian.preseed | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of
the problems was that some people would like to use freebsd-update but
can't as they are using a custom kernel. With all the kernel modules
we provide, the need for a custom kernel should be small, but on the
other hand, we do not provide a small kernel-skeleton where you can
load just the modules you need.
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB
volume. Also, we don't really need the boot partition, so just create a
partition using the whole disk space.
---
builder/templates/debian.preseed | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed
index