Loading Large file getting failed

Dear Team,

I am using Aspose.PSD to load .Psb file which is 18 gb. Its giving exception Image loading failed. Is there any size limitation. Following is my Dot net code :

PsdLoadOptions loadOptions = new PsdLoadOptions()
{
LoadEffectsResource = true,
UseDiskForLoadEffectsResource = true
};

                // Added on 11-7-2019, Using Aspose.Pdf
                // Load a PSD file as an image and cast it into PsdImage
                using (var psd = Aspose.PSD.Image.Load(strSourceTreePath, loadOptions))
                {
                    psd.Save(strTreePath, new Aspose.PSD.ImageOptions.TiffOptions(Aspose.PSD.FileFormats.Tiff.Enums.TiffExpectedFormat.TiffLzwCmyk)); //.TiffLzwCmyk));                       
                }

Regards
XCoder

@perfectdata.techno
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PSDNET-2136

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.