You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have the physical server without virtualization and run Aleph via docker compose.
Server resources: RAM 512 Gb CPU 128 LVM 10 Tb
I'm trying to add files to the server (near by 40 Gb). After some time the upload process crashes, because the server used all resources.
Via top I see the process soffice.bin which uses all my ram.
To Reproduce
Run Aleph via docker compose.
Try to upload different types of data (xls, xlsx, pdf, zip etc.)
Expected behavior
The upload process should complete successfully and soffice.bin should not use all server resources.
# Aleph environment configuration
#
# This file is loaded by docker-compose and transformed into a set of
# environment variables inside the containers. These are, in turn, parsed
# by aleph and used to configure the system.
POSTGRES_USER=test
POSTGRES_PASSWORD=test
POSTGRES_DATABASE=test
# Random string:
ALEPH_SECRET_KEY=some_secret
# Visible instance name in the UI
ALEPH_APP_TITLE=Aleph
ALEPH_APP_NAME=aleph
ALEPH_UI_URL=http://10.10.10.10:8080/
[email protected]
ALEPH_SINGLE_USER=false
ARCHIVE_TYPE=s3
ARCHIVE_BUCKET=aleph
AWS_ACCESS_KEY_ID=some_key_id
AWS_SECRET_ACCESS_KEY=some_secret_key
ARCHIVE_ENDPOINT_URL=http://10.10.10.20:9000
AWS_SECURE=false
ELASTICSEARCH_TLS_VERIFY_CERTS=0
ALEPH_OCR_DEFAULTS=eng
ALEPH_DEBUG=true
LOG_FORMAT=JSON # TEXT or JSON
PROMETHEUS_ENABLED=true
PROMETHEUS_MULTIPROC_DIR=/data
WORKER_THREADS=0
The text was updated successfully, but these errors were encountered:
catileptic
added
support
To track support requests
and removed
bug
Things that should work, but don’t
triage
These issues need to be reviewed by the Aleph team
labels
Jul 2, 2024
Hi @perrfect ! Thanks for reporting this. Are you able to reproduce this problem with the latest stable release of Aleph? At this time that would be 3.17.0
Describe the bug
I have the physical server without virtualization and run Aleph via docker compose.
Server resources:
RAM 512 Gb
CPU 128
LVM 10 Tb
I'm trying to add files to the server (near by 40 Gb). After some time the upload process crashes, because the server used all resources.
Via top I see the process soffice.bin which uses all my ram.
To Reproduce
Expected behavior
The upload process should complete successfully and soffice.bin should not use all server resources.
Aleph version
3.15.0
Additional context
The docker-compose.yml file
aleph.env file
The text was updated successfully, but these errors were encountered: