search for: initsize

Displaying 4 results from an estimated 4 matches for "initsize".

Did you mean: init_size
2012 Nov 07
2
Custom Type & Invalid Parameter...
...actint-star-nactl01 > Now as far as I can see, the parameter is defined correctly in the manifest and the type: Manifest: > # Test NetApp volume provider > netapp_volume { ''v_puppet_test'': > ensure => present, > initsize => "1g", > aggregate => "aggr01", > spaceres => "none", > } > Type: > Puppet::Type.newtype(:netapp_volume) do > @doc = "Manage Netapp Volume creation, modification and deletion." > &gt...
2013 Dec 02
7
Stuck trying to boot Xen 4.3 on Arm Midway
...no output at all when trying to create a uboot image with mkimage from the uncompressed xen.gz). My uboot sequence looks like this: mw.l 800000 0 10000 scsi scan ext2load scsi 0 0x800000 xen.bin ext2load scsi 0 0x1000000 vmlinuz setenv kernsize $filesize ext2load scsi 0 0x2000000 initrd.img setenv initsize $filesize # Tried dtuart=/soc/serial@fff36000 as well without setenv bootargs "sync_console console=dtuart dtuart=serial" fdt addr 0x1000 fdt resize fdt set /chosen bootargs \"$bootargs\" fdt mknod /chosen modules # Tried with <1> and <2> for both as I was not sure w...
2011 Mar 15
10
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
This series of patches address several issues causing memory usage to grow indefinetely on a long lived process. These are not convenional leaks -- memory would have been freed when the LLVM context or/and JIT engine is destroyed -- but for as long as they aren't the memory is usage effectively ubounded. The issues were found using valgrind with '--show-reachable=yes' option: 1.
2008 Nov 13
69
[PATCH 00 of 38] xen: add more Xen dom0 support
Hi Ingo, Here''s the chunk of patches to add Xen Dom0 support (it''s probably worth creating a new xen/dom0 topic branch for it). A dom0 Xen domain is basically the same as a normal domU domain, but it has extra privileges to directly access hardware. There are two issues to deal with: - translating to and from the domain''s pseudo-physical addresses and real machine