VMware Horizon Community
Petrovich010
Contributor
Contributor

Change replicating files size limit in AppVolumes

Hello,

I have a problem with one package. If I change (rewrite) a big file in the attached package the file seems become corrupted. I can't open the file or change security etc.

In the svdriver log I can see the following events:

<Message>Not replicating src file &quot;myfilename&quot; (file size 52707939)</Message>

So I tried to find the reason of this behavor and found another one event:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="svdriver" />
<EventID>19</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2023-05-29T14:41:01.294039100+0259" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessID="4" ThreadID="8" ProcessorID="0" KernelTime="0" UserTime="0" />
<Channel />
<Computer />
</System>
<DebugData>
<SequenceNumber>0</SequenceNumber>
<FlagsName>GENERAL</FlagsName>
<LevelName>TRACE_LEVEL_INFORMATION</LevelName>
<Component></Component>
<SubComponent></SubComponent>
<FileLine>svdriver_cpp198</FileLine>
<Function>SnapInitializeDriver2</Function>
<Message>Maximum file size to replicate set to 52428800 bytes (50 MB)</Message>
</DebugData>
<RenderingInfo Culture="en-US">
<Level>TRACE_LEVEL_INFORMATION</Level>
<Opcode>svdriver_cpp198</Opcode>
<Keywords>
<Keyword>GENERAL</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{9c6f2776-1b3f-320e-2769-5a001f937dd0}</EventGuid>
</ExtendedTracingInfo>
</Event>

So how can I change the file size limit?

Reply
0 Kudos
0 Replies