Re: [Rd] Help to create bugzilla account

2017-08-12 Thread Dirk Eddelbuettel
On 12 August 2017 at 15:10, luke-tier...@uiowa.edu wrote: | As the Python posts poitns out, it is possible to use alternate malloc | implementations, either rebuilding R to use them or using LD_PRELOAD. | On Ubuntu for example, you can have R use jemalloc with | | sudo apt-get install libjemalloc

Re: [Rd] Help to create bugzilla account

2017-08-12 Thread luke-tierney
On Sat, 12 Aug 2017, Dmitriy Selivanov wrote: Strange because in my all my experiments calling malloc.trim always helped - memory reported by top decreased to the level it supposed to be. Do you have in mind case when calling malloc.trim won't do anything? Also shouldn't MALLOC_TRIM_THRESHOLD_ e

Re: [Rd] Help to create bugzilla account

2017-08-12 Thread Dmitriy Selivanov
Strange because in my all my experiments calling malloc.trim always helped - memory reported by top decreased to the level it supposed to be. Do you have in mind case when calling malloc.trim won't do anything? Also shouldn't MALLOC_TRIM_THRESHOLD_ env variable has impact on malloc.trim calls? At t

Re: [Rd] Help to create bugzilla account

2017-08-12 Thread Simon Urbanek
> On Aug 11, 2017, at 12:57 PM, Iñaki Úcar wrote: > > 2017-08-11 16:00 GMT+02:00 Martin Maechler : >>> Dmitriy Selivanov >>>on Fri, 11 Aug 2017 17:33:31 +0400 writes: >> >>> Hi mailing list and R-core. Could someone from R-core please help me to >>> create account in bugzilla? I wo