Skip to content

Commit

Permalink
Add CA max array bytes setting and full dls-python path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Bricknell committed Dec 1, 2016
1 parent cf0cc0a commit a6c0f8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion malcolm/imalcolm.py
@@ -1,4 +1,4 @@
#!/bin/env dls-python
#!/dls_sw/prod/tools/RHEL6-x86_64/defaults/bin/dls-python


def make_process():
Expand Down Expand Up @@ -128,6 +128,8 @@ def main():
import os
import sys

os.environ["EPICS_CA_MAX_ARRAY_BYTES"] = "6000000"

sys.path.append(os.path.join(os.path.dirname(__file__), ".."))

from pkg_resources import require
Expand Down

0 comments on commit a6c0f8c

Please sign in to comment.