I have done tests writing a small C program calling malloc_trim(0),
and it don't break/segfault with LD_PRELOAD tcmalloc.
I don't think that tcmalloc override this specific gblic function, but
maybe malloc_trim is triming empty glibc malloc memory.
I have done 2 days of continous fio benchmark
On 3/11/23 17:49, Thomas Lamprecht wrote:
Am 10/03/2023 um 15:36 schrieb Aaron Lauterer:
Otherwise the iframe used to print the paperkey will remain even after
the encryption key window is closed.
thanks for noticing!
Additionally clean before creating a new one as otherwise we might end
Ping?
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
Tested-by: Friedrich Weber
I think that would be nice to have, e.g. to set noserverino [1] or
actimeo [2] without having to mount manually.
[1]
https://forum.proxmox.com/threads/proxmox-backup-problem.123560/#post-537586
[2]
https://forum.proxmox.com/threads/pve-cifs-connection-timed-out-59
applied, thanks
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
Am 13/03/2023 um 09:30 schrieb Aaron Lauterer:
> On 3/11/23 17:49, Thomas Lamprecht wrote:
>> Am 10/03/2023 um 15:36 schrieb Aaron Lauterer:
>>> @@ -181,6 +187,7 @@ ${prettifiedKey}
>>> printFrame.src = "data:text/html;base64," + btoa(html);
>>> document.body.appendChild(printFrame);
Add optional memory_allocator.
Default is glibc malloc, tcmalloc is available to improve performance
of ceph librbd.
Signed-off-by: Alexandre Derumier
---
PVE/QemuServer.pm | 12
1 file changed, 12 insertions(+)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 40be44d..8de
The patch 0008-memory-prevent-dma-reentracy-issues.patch introduced a
regression for the LSI SCSI controller leading to boot failures [0],
because, in its current form, it relies on reentrancy for a particular
ram_io region.
[0]: https://forum.proxmox.com/threads/123843
Signed-off-by: Fiona Ebner
Trying to regenerate a cloudinit drive as a non-root user via the API
currently throws a Perl error, as reported in the forum [1]. This is
due to a type mismatch in the permission check, where a string is
passed but an array is expected.
[1]
https://forum.proxmox.com/threads/regenerate-cloudinit-
On 3/11/23 18:07, Thomas Lamprecht wrote:
Am 08/03/2023 um 13:14 schrieb Dominik Csapak:
high level:
as you mentioned the path 'configkey' is not really optimal
i recently mentioned off-list that we could clean this up on
the next breaking major release with a breaking api change:
have a '
Am 13/03/2023 um 13:58 schrieb Aaron Lauterer:
> On 3/11/23 18:07, Thomas Lamprecht wrote:
>> We could add the full
>>
>> cfg/
>> raw
>> db
>> value
>>
>> now already, re-mount the 'cfg/raw' one on the current 'config' (or just keep
>> the code duplicated, not much gain if we remove it
Am 09/03/2023 um 14:37 schrieb Fiona Ebner:
> The patch was incomplete and (re-)introduced an issue with a potential
> failing assertion upon cancelation of the DMA request.
>
> There is a patch on qemu-devel now[0], and it's the same as this one
> code-wise (except for comments). But the discussi
Am 13/03/2023 um 12:43 schrieb Fiona Ebner:
> The patch 0008-memory-prevent-dma-reentracy-issues.patch introduced a
> regression for the LSI SCSI controller leading to boot failures [0],
> because, in its current form, it relies on reentrancy for a particular
> ram_io region.
>
> [0]: https://foru
Am 13/03/2023 um 11:16 schrieb Alexandre Derumier:
> Add optional memory_allocator.
>
> Default is glibc malloc, tcmalloc is available to improve performance
> of ceph librbd.
Looks ok besides some config/api schema details I'd like to see changed.
>
> Signed-off-by: Alexandre Derumier
> ---
>
Add a new tuning option with allocator property.
Available values:
- Default is 'system', aka glibc malloc
- tcmalloc (improve performance ceph librbd)
Signed-off-by: Alexandre Derumier
---
PVE/QemuServer.pm | 35 +++
1 file changed, 35 insertions(+)
diff --git
with memory allocator property
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile | 1 +
www/manager6/Utils.js | 13 +
www/manager6/form/TuningSelector.js | 41 +
www/manager6/qemu/Options.js| 14 ++
4 file
16 matches
Mail list logo