-
Hi,
I'm using varnish with a malloc allocator and a file allocator for static files.
Settings are the following:
ExecStart=/usr/sbin/varnishd -a :80 -p workspace_session=1024 -p workspace_threa…
-
### Summary of Problem
**Description:** When hacking together some code from the Arkouda coargsort module to work in a standalone Chapel file, an incorrect call to `A.type` instead of `A.eltType` c…
-
I'm in a situation where I would like to use jemalloc as an "alternate"/"additional" allocator, while not overriding the system allocator. Given the package in its current state, that's hard, because …
-
### Pitch
An `s390x` rebuild of the mastodon docker container would enable mastodon instances to run on LinuxONE -- the platform formerly known as the IBM Mainframe. The idea is to mitigate scalin…
-
Hi!
I have a MacBook Pro M1, and after successfully installing `frum` I "install" gems, but they are not "available" at some point.
```
❯ frum install 3.0.0 --with-openssl-dir=$(brew --prefix o…
-
Extend memory provider API with commit/decommit and free/dalloc functions.
## Rationale
This is needed to properly manage OS allocations on Windows and Linux.
We should have 1:1 mapping with Je…
-
Minimal reproducer:
```cpp
thread_local int x{};
++x;
engine::Yield();
++x;
```
Let's say that after the context switch, the task is scheduled on another thread.
It's expected then tha…
-
When attempting to start Galaxy, the following error occurs:
libjemalloc.so.2: cannot allocate memory in static TLS block
This error leads to the failure of Galaxy's job handler process and other …
-
Hi, I tried and tested the leak checking and memory profiling feature of jemalloc recently, and found it very useful to us. I really like the call graphs generated by jeprof, it make things very clear…
fungo updated
6 years ago
-
As of now implementation use LinkedHashTable, which is Double Linked List plus HashMap, which in turn is [Robin Hood Hash Table](https://cs.uwaterloo.ca/research/tr/1986/CS-86-14.pdf).
How about to…