Skip to content

Commit

Permalink
#13 It was already configurable, need to add a settings page to modif…
Browse files Browse the repository at this point in the history
…y it #12
  • Loading branch information
ensaremirerol committed Jan 28, 2025
1 parent c411f1f commit 8e2df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/core/rml_mapper_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
)
custom_java_path = config_service.get("java_path")
self.java_memory = (
config_service.get("java_memory") or "4G"
config_service.get("java_memory") or "1G"
)
self.java_path = None
if custom_java_path:
Expand Down

0 comments on commit 8e2df61

Please sign in to comment.