-
**Precondition**
* .../eclipse.exe has launched.
* iFL plugin has been installed.
**Steps**
1. Select a bigger project, e.g.: https://github.com/elastic/elasticsearch
1. Click iFL button.
…
-
This might be related to #65
Case:
- hedge.edn with 10 functions.
- one core.cljs with the 10 handlers
- the function handlers are stubs (mainly one-liners that return a constant value or a s…
-
**Describe the bug**
The app seems to slowly start lagging after some time of use (scrolling timeline, reading posts, doing anything really) and then finally crash after becoming unusable. This pro…
-
I have tried to experiment with heap profiling using jemalloc. I have cloned the repo, and built the library with the following steps
```
./autogen.sh
./configure --enable-prof
make
sudo ma…
-
Hi.
I am running the web service with `./nejiWeb.sh -t 4`. The service starts and from the admin pages I created a services and loaded the two provided dictionaries. When I try to load a model, the…
-
Hi,
when resuming failed Multijob it print lines
08:21:08 [MultiJob] - [ERROR] - Problems occurs on injecting env vars as a build step: Java heap space
08:21:14 [MultiJob] - [ERROR] - Problems occ…
tukak updated
4 years ago
-
Using on-heap I can:
```
this.collection = new ConcurrentIndexedCollection(OnHeapPersistence.onPrimaryKey(Foo.ID_INDEX));
this.collection.addIndex(NavigableIndex.onAttribute(Foo.ID_INDEX));
``…
-
Whenever Solr runs out of heap space, the result is fairly catastrophic:
```
Caused by: java.lang.OutOfMemoryError: Java heap space
2022-08-29 23:06:21.232 WARN (qtp1543148593-73) [ x:core] …
-
Expected behavior: `dbms.memory.heap.max_size=31g` in neo4j.conf sets the maximum heap size.
Actual behavior:
```
FROM neo4j:4.1.1
COPY neo4j.conf /var/lib/neo4j/conf/neo4j.conf
```
results in…
-
I've got a test that gets run via Selenium Grid Extras to a Windows node. In this test, I use a Selenium file_detector to send a large file (about 1.2GB) from the running machine to the node:
```
…