Trouble viewing this e-mail? Click
here.
Hot Pharmacy news
You are subscribed as libhugetlbfs-de...@lists.sourceforge.net.
Click
here to change your subscription format from HTML to text.
This message was sent to libhugetlbfs-devel@lists.sourceforge.net becau
On Tue, May 26, 2009 at 11:48:21PM -0700, Avantika Mathur wrote:
> When growing the hugepage pool with --pool-pages-min, swap space is generally
> needed to allocate free memory for the resize.
>
> For systems that do not have enough or any swap configured, the user can
> specify the --add-temp
The return value from the system() call in add_temp_swap() was
being ignored, generating compile time warnings. This patch adds
a check of the return value to make sure that all is well. It also
changes the ERROR reporting in add_temp_swap to WARNING in the cases
where execution is not stopped.
On Wed, 20 May 2009, Eric B Munson wrote:
> Currently the readahead_reserve and [m|f]advise tests are all skipped
> if the running kernel is earlier than 2.6.30 because they can cause
> the machine to hang. This patch adds a -f switch to run_tests.py that
> allows the user to override this behavi
On Wed, 20 May 2009, Eric B Munson wrote:
> Currently the 32bit test fails on ppc64 because ld.so is mapped in at
> 1GB. This patch moves the shm segment address to avoid the collision.
>
> Signed-off-by: Eric B Munson
Applied, thanks.
Eric
signature.asc
Description: Digital signature
--
> When growing the hugepage pool with --pool-pages-min, swap space is generally
> needed to allocate free memory for the resize.
>
> For systems that do not have enough or any swap configured, the user can
> specify the --add-temp-swap flag. When this flag is specified, temporary swap
> space i
> When growing the hugepage pool with --pool-pages-min, swap space is generally
> needed to allocate free memory for the resize.
>
> For systems that do not have enough or any swap configured, the user can
> specify the --add-temp-swap flag. When this flag is specified, temporary swap
> space i
On Tue, May 26, 2009 at 07:48:10AM -0700, Mehul Vora wrote:
>
> Hi,
>
> Does libhugetlb support "position independent executables"
> ("-pie" ) ? I tried compiling a simple "hello_world" application
> with libhugetlb library but library seg faults while mapping
> "writable section" in to hugepa