slim icon indicating copy to clipboard operation
slim copied to clipboard

Mobile device connect to Slim

Open DrexlerChao opened this issue 4 years ago • 3 comments
trafficstars

Dear Sir,

We try to use mobile device (for example: iPhone, iPad, Android phone, etc.) to connect Slim service. mobile

But client web browser (for example: Safari, Chrome) display nothing. The web browser error message as follow, 截圖 2021-09-06 上午9 44 52 截圖 2021-09-06 上午9 46 07

We try to fix error "out of memory", for example,

  1. Close less useful tabs
  2. Force quit Safari
  3. Clear Browser Cache
  4. Reboot iPhone, iPad But it did not work.

Do you have any experience dealing with these kinds of issue?

DrexlerChao avatar Sep 06 '21 05:09 DrexlerChao

We have not tested client-side rendering on mobile devices. It appears the application tries to request too much memory. This is something we'll need to investigate (cc @pieper).

For now, you could just configure the viewer to use retrieve rendered as a workaround (see RendererSettings.retrieveRendered).

hackermd avatar Sep 07 '21 16:09 hackermd

@cgorman is investigating an issue with memory usage on Windows that might be related to this. We will try to remember to update this issue when that investigation makes progress!

fedorov avatar May 04 '23 21:05 fedorov

See also https://github.com/ImagingDataCommons/slim/issues/56

hackermd avatar May 27 '23 09:05 hackermd