-
### Backend
VL (Velox)
### Bug description
I am trying to set `spark.gluten.memory.dynamic.offHeap.sizing.enabled=true"`, but OOM exception occurs.
spark configuration :
```
spark.executor.memor…
-
It's not an issue, rather a question: I,m trying to make offheap object, that contains offheap array
```
@JillegalAware
public class HashVO extends DefaultVO {
private HashVONode[] voarray;
p…
-
### Backend
VL (Velox)
### Bug description
offheap is 8.5GB, no fallback. When an operator researves ~6.5G the spill is triggered. ~0.75% of offheap size.
@zhztheplayer
-
### env:
```
host
os:CentOS Linux release 8.2.2004 (Core)
kernel:4.18.0-193.el8.x86_64
memory:1T
jdk:1.8
maven:3.9.6
spark:3.4
scala:2.12
container:
os:CentOS Linux release 7.4.1708 (Core)
…
-
in the comment of last issue, you said
However there are some problems for offheap part of project due to compact phase of GC.
These problems can be handled by VM arguments but i am working on a bett…
-
So far `ColumnarBuildSideRelation` is allocated on Spark JVM heap memory.
```
case class ColumnarBuildSideRelation(output: Seq[Attribute], batches: Array[Array[Byte]]) {
...
}
```
It appea…
-
## Implement stage-level resourceProfile auto-adjust framework to avoid oom
### Backgroud
In our production environment, we suffer a lot from gluten jobs throwing heap OOM exception occasionally. …
-
currently metadata store is kept in memory.
alternative is to keep metadata store offheap (mem-map-file?)
option can be to be able to choose/change/plug a store
-
An h2 server running under relatively low load (~2% CPU and 50m database) constantly grows in RAM. In spite of that all limits are specified, the application RSS grows with the speed depending on syst…
-
### Backend
VL (Velox)
### Bug description
```
org.apache.gluten.exception.GlutenException: java.lang.RuntimeException: Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STA…