I am creating an app that, event-wise, is very simple: push a button play a sound file. Sound files are on average 15 seconds in length.
My app failed certification for:
Peak memory usage. Efficient use of memory is critical for apps to deliver a fast and fluid experience. Apps that consume a large amount of memory will also negatively impact other user experiences on the system. In extreme cases the apps will not run on machines with 1GB of RAM. To accurately measure peak memory usage (also known as peak working set), key scenarios must be tested while collecting memory usage data. This prevents this test from being fully automated in the Windows App Certification Kit. Even with this limitation, this test is still part of the Windows Store acceptance criteria. Thus, we strongly recommend that you test this using the process described in the Frequently Asked Questions section before submission.
Any suggestions on optimization?