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
Copy file name to clipboardExpand all lines: Advanced-Usage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The following table describes all the environment variables that you can set to
33
33
|**MWI_PROCESS_START_TIMEOUT**| integer (optional) |`1234`| This field controls the time (in seconds) for which `matlab-proxy` waits for the processes it spins up, viz: MATLAB & Xvfb, to respond. By default, this value is `600 seconds`. A timeout could either indicate an issue with the spawned processes or be a symptom of a resource-constrained environment. Increase this value if your environment needs more time for the spawned processes to start.|
34
34
|**MWI_MATLAB_STARTUP_SCRIPT**| string (optional) |`"addpath('/path/to/a/folder'), c=12"`| Executes string provided at MATLAB startup. For details, see [Run Custom MATLAB Startup Code](#run-custom-matlab-startup-code)|
35
35
|**MWI_SHUTDOWN_ON_IDLE_TIMEOUT**| integer (optional) | 60 | Defines the duration in minutes, that `matlab-proxy` remains idle before shutting down. When you do not set the variable, `matlab-proxy` will not shut down when idle. For details, [see Shutdown on Idle](#shutdown-on-idle). |
36
+
|**MWI_SESSION_NAME**| string (optional) | "My MATLAB" | Specifies the title of the browser tab, displayed as `{MWI_SESSION_NAME} - MATLAB R20xxy`. Default value is `MATLAB R20XXy`. |
0 commit comments