Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 82336762
authored
Jun 12, 2026
by
Ari Agung Prasetiyo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add jvm_maxmem
1 parent
921dec94
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
opensipkd/base/tools/report.py
opensipkd/base/tools/report.py
View file @
8233676
...
...
@@ -57,7 +57,7 @@ def jasper_db_conn(db_schema=None, dburl="sqlalchemy.url"):
def
jasper_export
(
input_file
,
output_file
=
None
,
schema
=
None
,
output_formats
=
[
"pdf"
],
dburl
=
"sqlalchemy.url"
,
parameters
=
{},
db_schema
=
None
,
report_locale
=
"en_US"
,
use_db
=
True
,
out_file
=
None
):
out_file
=
None
,
jvm_maxmem
=
'1024M'
):
module_file
=
None
input_file
=
input_file
.
split
(
":"
)
...
...
@@ -111,6 +111,7 @@ def jasper_export(input_file, output_file=None, schema=None,
parameters
=
parameters
,
locale
=
report_locale
)
pyreportjasper
.
config
.
jvm_maxmem
=
jvm_maxmem
try
:
log
.
debug
(
input_file
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment