Displaying 4 results from an estimated 4 matches for "9437184".
2012 Mar 21
1
altmbr.bin always boots the first partition
...irst partition
(in Syslinux 4.05, but this issue seems older than that). The
following example uses parted 3.0:
----------
rm -f flat
mkdir mnt
truncate -s 20M flat
parted -s flat mklabel msdos mkpart primary fat32 1MiB 10485759B
mkpart primary ext2 11MiB 100% unit KiB print
losetup -o 1048576 -s 9437184 /dev/loop7 flat
mkdosfs /dev/loop7
syslinux -i /dev/loop7
mount -t vfat /dev/loop7 mnt
echo LINUX PARTITION-1 > mnt/syslinux.cfg
umount -d mnt
losetup -o 11534336 -s 9437184 /dev/loop7 flat
mkfs.ext2 -q /dev/loop7
mount -t ext2 /dev/loop7 mnt
extlinux -i mnt
echo LINUX PARTITION-2 > mnt/ex...
2014 Sep 15
0
Re: cgroups inside LXC containers losts memory limits after some time
...;>8388608</memory>
<currentMemory unit='KiB'>8388608</currentMemory>
<memtune>
<hard_limit unit='KiB'>8388608</hard_limit>
<soft_limit unit='KiB'>8388608</soft_limit>
<swap_hard_limit unit='KiB'>9437184</swap_hard_limit>
</memtune>
<vcpu placement='static'>2</vcpu>
<resource>
<partition>/machine</partition>
</resource>
<os>
<type arch='x86_64'>exe</type>
<init>/sbin/init</init>
<...
2013 Oct 28
2
dracut Warning: Boot has failed. To debug this issue add "rdshell" to the kernel command line.
...ing aperture...
No AGP bridge found
Memory: 1000952k/1056768k available (5074k kernel code, 448k absent, 55368k reserved, 7271k data, 1456k init)
Hierarchical RCU implementation.
NR_IRQS:262400 nr_irqs:256 16
Console: colour dummy device 80x25
console [tty0] enabled
console [hvc0] enabled
allocated 9437184 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
installing Xen timer for CPU 0
Detected 2400.030 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.06 BogoMIPS (lpj=2400030)
pid_max: default: 327...
2014 Sep 15
2
cgroups inside LXC containers losts memory limits after some time
Hi all
I have CentOS Linux release 7.0.1406, libvirt 1.2.7 installed.
Just after create and start inside LXC container present cgroups.
Example for memory:
[root@ce7-t1 /]# ls -la /sys/fs/cgroup/memory/
total 0
drwxr-xr-x 2 root root 0 Sep 15 17:14 .
drwxr-xr-x 12 root root 280 Sep 15 17:14 ..
-rw-r--r-- 1 root root 0 Sep 15 17:14 cgroup.clone_children
--w--w--w- 1 root root 0 Sep 15